If you have not used Powershell before, it is likely your Powershell Execution Policy will not allow for the execution of our sample scripts. To resolve this, navigate to your Start Menu Powershell folder under 'All Programs/Accessories/Windows Powershell.' If you are using Vista or above, right click on 'Windows Powershell ISE' and select 'Run As Administrator.' If you are using an OS that does not use UAC, just run 'Windows Powershell ISE.' To set the Powershell execution policy so the samples may run, execute 'set-executionpolicy RemoteSigned' (without quotes) in Powershell. To get information on setting the policy to different or the default settings, execute 'get-help set-executionpolicy' (without quotes). Additionally, execute 'get-executionpolicy' (without quotes) to determine the current execution policy.